ClintHeyer.Httpd
Class ResourceLockedException

Resource is locked

Field Summary
string authorisation

Fields inherited from class System.Exception
_HResult, _message

Constructor Summary
ResourceLockedException(string auth)
         Constructor
ResourceLockedException(string auth, string message)

Property Summary
string Authorisation
         Gets the Authentication paramater for HTTP header

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, InternalToString, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Field Detail

authorisation

private string authorisation

Constructor Detail

ResourceLockedException

public ResourceLockedException(string auth)

Constructor

Parameters:
auth - Authentication string

ResourceLockedException

public ResourceLockedException(string auth,
                               string message)

Property Detail

Authorisation

public string Authorisation

Gets the Authentication paramater for HTTP header